home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / program / eforth51.zip / READ.ME < prev   
Text File  |  1990-10-25  |  2KB  |  47 lines

  1.                                         October 25, 1990
  2.  
  3. Dear eForth User:
  4.  
  5. eForth is a small portable Forthdesign for a wide range of
  6. microprocessors.  This implementation for 8051/31 microcontroller
  7. on an IBM-PC/XT/AT personal computer demonstrates the poratbility
  8. of the eForth Model. The MASM source file is provided so that you can
  9. easily rewrite it for your target 8051 system.
  10.  
  11. The files on this diskette are:
  12.  
  13. EFORTH.ASM      The source code of eForth for 8051.
  14. EFORTH.SRC      The Forth source of eForth Model.
  15. EFORTH.GLO      The glossary of words in eForth.
  16. EFORTH.EXE      The binary code of the 8051 eForth.
  17. READ.ME         This file.
  18.  
  19. The assembly commands are:
  20.  
  21. >MASM EFORTH;
  22. >LINK EFORTH;
  23.  
  24. The binary code in EFORTH.EXE can be programmed into an EPROM.
  25. However, the actual code is offset by 512 bytes from the beginning
  26. of the .EXE file.  You have to shift it back so that the code
  27. will be place at the correct location.
  28.  
  29. An excellent book 'Embedded Controller Forth for the 8051 Family'
  30. by W. H. Payne is available from Academic Press.  I would like to point
  31. out that it takes a whole book to explain how to build your 8051
  32. Forth using metacompilation technique.  This is what I wanted to avoid
  33. by presenting eForth in MASM assembler.  You will be the judge to
  34. decide which approach is better suited for your needs.
  35.  
  36.                                         C. H. Ting
  37.                                         156 14th Avenue
  38.                                         San Mateo, CA 94402
  39.                                         (415) 571-7639
  40.  
  41. This disk and the companion manual '8051 eForth Implementation Notes'
  42. are available from Offete enterprises, Inc., 1306 South B Street,
  43. San Mateo, CA 94402, (415) 574-8250 for $25.  The other implementation
  44. 8086 eForth and its manual 'eForth Implementation Guide' are also
  45. distributed by Offete for $25.
  46.  
  47.